{
  "name": "WatermelonDB",
  "version": "0.27.0-0",
  "summary": "Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast",
  "description": "Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast",
  "homepage": "https://github.com/Nozbe/WatermelonDB#readme",
  "license": "MIT",
  "authors": {
    "author": "@Nozbe"
  },
  "platforms": {
    "ios": "11.0",
    "tvos": "11.0"
  },
  "source": {
    "git": "https://github.com/Nozbe/WatermelonDB.git",
    "tag": "v0.27.0-0"
  },
  "source_files": [
    "native/ios/**/*.{h,m,mm,swift,c,cpp}",
    "native/shared/**/*.{h,c,cpp}"
  ],
  "public_header_files": [
    "native/ios/WatermelonDB/JSIInstaller.h",
    "native/ios/WatermelonDB/WatermelonDB.h"
  ],
  "pod_target_xcconfig": {
  },
  "requires_arc": true,
  "compiler_flags": "-Os",
  "dependencies": {
    "React": [

    ],
    "simdjson": [

    ]
  },
  "libraries": "sqlite3"
}
